Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 77c9e6c9eb118c44f3f88c4b3d1001a2bafcea42


Parents : ecb6ca6
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-08-29T15:35:46+02:00

Updated version and dependencies

Changes

2 files changed, 2 insertions(+), 2 deletions(-)

M setup.py +1 -1

Diff

diff --git a/nomadnet/_version.py b/nomadnet/_version.py
index 574c066..3d18726 100644
--- a/nomadnet/_version.py
+++ b/nomadnet/_version.py
@@ -1 +1 @@
-__version__ = "0.4.9"
+__version__ = "0.5.0"

diff --git a/setup.py b/setup.py
index 36362d9..5b5560a 100644
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,6 @@ setuptools.setup(
entry_points= {
'console_scripts': ['nomadnet=nomadnet.nomadnet:main']
},
- install_requires=["rns>=0.7.5", "lxmf>=0.4.3", "urwid>=2.4.4", "qrcode"],
+ install_requires=["rns>=0.7.6", "lxmf>=0.4.5", "urwid>=2.4.4", "qrcode"],
python_requires=">=3.6",
)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────